HomeSort by relevance Sort by last modified time
    Searched full:stringify (Results 201 - 225 of 485) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
moduleparam.h 16 #include <linux/stringify.h>
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
module.h 23 #include <linux/stringify.h>
moduleparam.h 16 #include <linux/stringify.h>
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
module.h 23 #include <linux/stringify.h>
moduleparam.h 16 #include <linux/stringify.h>
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
module.h 23 #include <linux/stringify.h>
moduleparam.h 16 #include <linux/stringify.h>
  /device/google/contexthub/lib/nanohub/
sha2.c 38 #define STRINGIFY(b) STRINFIGY2(b)
39 #define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret = v; ret;})
  /external/chromium-trace/catapult/perf_insights/perf_insights/
function_handle.html 89 parts.push(JSON.stringify(this.options_));
138 JSON.stringify(this.options_) + '")';
  /external/chromium-trace/catapult/tracing/tracing/base/
settings.html 59 // Old settings versions used to stringify objects instead of putting them
82 var v = JSON.stringify({value: value});
  /external/dhcpcd-6.8.2/
common.h 50 #define STRINGIFY(a) #a
51 #define TOSTRING(a) STRINGIFY(a)
  /external/strace/tests/
xselect.c 42 # define TEST_SYSCALL_STR stringify(TEST_SYSCALL_NAME)
43 # define stringify(arg) stringify_(arg) macro
  /external/v8/test/mjsunit/
d8-worker.js 59 if (JSON.stringify(m) !== '[4,true,\"bye\"]') {
64 if (JSON.stringify(m) !== \"{'a':1,'b':2.5,'c':'three'}\")
mirror-array.js 47 var json = JSON.stringify(serializer.serializeValue(mirror));
49 JSON.stringify(serializer.serializeReferencedObjects()));
mul-exhaustive-part6.js 31 function stringify(n) { function
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
  /external/v8/test/mjsunit/es6/
mirror-collections.js 10 var json = JSON.stringify(serializer.serializeValue(mirror));
28 var json = JSON.stringify(serializer.serializeValue(mirror));
  /external/v8/test/webkit/
webkit.status 81 'run-json-stringify': [SKIP],
104 'run-json-stringify': [SKIP],
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountWithDataSet.java 175 public String stringify() { method in class:AccountWithDataSet
180 * Unpack a string created by {@link #stringify}.
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/preference/
ContactsPreferencesTest.java 142 .thenReturn(new AccountWithDataSet("name1", "type1", "dataset1").stringify(),
143 new AccountWithDataSet("name2", "type2", "dataset2").stringify());
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/tutorial/
tutorial.cpp 5 #include "rapidjson/prettywriter.h" // for stringify JSON
142 // 4. Stringify JSON
  /prebuilts/go/darwin-x86/src/html/template/
content.go 111 // stringify converts its arguments to a string and the type of the content.
113 func stringify(args ...interface{}) (string, contentType) {
  /prebuilts/go/linux-x86/src/html/template/
content.go 111 // stringify converts its arguments to a string and the type of the content.
113 func stringify(args ...interface{}) (string, contentType) {
  /external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 51 def stringify(s): function
71 print stringify(v), ';'
107 print stringify(proto_ir), ';'
  /toolchain/binutils/binutils-2.25/ld/
configure.ac 266 STRINGIFY=astring.sed
268 STRINGIFY=ostring.sed
270 AC_SUBST(STRINGIFY)
  /development/ndk/platforms/android-3/include/linux/
spinlock.h 20 #include <linux/stringify.h>

Completed in 350 milliseconds

1 2 3 4 5 6 7 891011>>