HomeSort by relevance Sort by last modified time
    Searched refs:_string (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /system/core/toolbox/
dynarray.h 54 * _string :: name of local variable name defined within the loop with
61 #define STRLIST_FOREACH(_list,_string,_stmnt) \
62 DYNARRAY_FOREACH_TYPE(_list,char *,_string,_stmnt)
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h 118 #define EXIT_IF_ERROR(_eError,_string) \
121 printf(_string); \
126 #define CHK_COND(_predicate,_eError,_eCode,_string) \
130 printf(_string); \
  /external/stlport/stlport/
string 29 # include <stl/_string.h>
  /ndk/sources/cxx-stl/stlport/stlport/
string 29 # include <stl/_string.h>
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
string 29 # include <stl/_string.h>
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
string 29 # include <stl/_string.h>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
string 29 # include <stl/_string.h>
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
string 29 # include <stl/_string.h>
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
string 29 # include <stl/_string.h>
  /system/core/include/cutils/
str_parms.h 25 struct str_parms *str_parms_create_str(const char *_string);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
mingw32.h 172 const char *_string = (const char *) (STRING); \
177 while ((c = *_string++) != 0) \
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSSettings.py 105 class _String(_Type):
222 _string = _String() variable
223 _file_name = _String()
224 _folder_name = _String()
704 _MSBuildOnly(_compile, 'PreprocessOutputPath', _string) # /Fi
727 _Same(_link, 'BaseAddress', _string) # /BASE
733 _Same(_link, 'EntryPointSymbol', _string) # /ENTRY
738 _Same(_link, 'HeapCommitSize', _string)
739 _Same(_link, 'HeapReserveSize', _string) # /HEA
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/kde/
object_prototype_tostring.js 28 var _string = new String("test");
29 _string.toString = Object.prototype.toString;
30 shouldBe("_string.toString()","\"[object String]\"");
  /external/chromium_org/third_party/motemplate/
motemplate.py 445 self._string = string
450 render_state.text.Append(self._string)
453 return self._string.startswith('\n')
457 self._string = self._string[1:]
460 original_length = len(self._string)
461 self._string = self._string[:self._LastIndexOfSpaces()]
462 return original_length - len(self._string)
465 if self._string.endswith('\n')
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
SourceMap.js 360 this._string = string;
370 return this._string.charAt(this._position++);
378 return this._string.charAt(this._position);
386 return this._position < this._string.length;
  /external/stlport/stlport/stl/
_range_errors.c 32 # include <stl/_string.h>
_string_hash.h 27 # include <stl/_string.h>
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_range_errors.c 32 # include <stl/_string.h>
_string_hash.h 27 # include <stl/_string.h>
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_range_errors.c 32 # include <stl/_string.h>
_string_hash.h 27 # include <stl/_string.h>
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_range_errors.c 32 # include <stl/_string.h>
_string_hash.h 27 # include <stl/_string.h>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_range_errors.c 32 # include <stl/_string.h>
_string_hash.h 27 # include <stl/_string.h>

Completed in 421 milliseconds

1 2 3 4 5