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

1 2 3 4

  /external/dbus/tools/
dbus-print-message.h 29 void print_message (DBusMessage *message, dbus_bool_t literal);
dbus-print-message.c 51 print_iter (DBusMessageIter *iter, dbus_bool_t literal, int depth)
68 if (!literal)
71 if (!literal)
80 if (!literal)
83 if (!literal)
92 if (!literal)
95 if (!literal)
179 print_iter (&subiter, literal, depth+1);
192 print_iter (&subiter, literal, depth+1);
208 print_iter (&subiter, literal, depth+1)
    [all...]
  /frameworks/base/tools/makekeycodes/
makekeycodes.cpp 20 for (int i=0; KEYCODES[i].literal != NULL; i++) {
22 KEYCODES[i].literal, KEYCODES[i].value);
26 for (int i=0; FLAGS[i].literal != NULL; i++) {
28 FLAGS[i].literal, FLAGS[i].value);
  /dalvik/vm/mterp/x86-atom/
OP_CONST_16.S 19 * Code: Moves a literal to a register. Uses no substitutions.
23 * Description: Move the given literal value (right-zero-extended to 32
33 SET_VREG %edx rINST # vAA<- BBBB; literal
OP_RSUB_INT_LIT8.S 24 * signed extended 8-bit literal value.
32 FETCH_CCs 1, %edx # %edx<- +CC, sign-extended literal
OP_CONST.S 19 * Code: Move a literal to a register. Uses no substitutions.
23 * Description: Move the given literal value into the specified register
35 SET_VREG %ecx, rINST # vAA<- %ecx; literal
OP_CONST_4.S 19 * Code: Moves a literal to a register. Uses no substitutions.
23 * Description: Move the given literal value (right-sign-extended to 32
37 SET_VREG %edx, rINST # vA<- %edx; literal
OP_RSUB_INT.S 24 * signed extended 16-bit literal value and store the
35 FETCHs 1, %edx # %edx<- +CCCC, sign-extended literal
binopLit16.S 27 * sign extended 16-bit literal value and store the
38 FETCHs 1, %edx # %edx<- +CCCC, sign-extended literal
binopLit8.S 27 * signed extended 8-bit literal value
35 FETCH_CCs 1, %edx # %edx<- +CC, sign-extended literal
binopLit8S.S 27 * signed extended 8-bit literal value
35 FETCH_CCs 1, %ecx # %ecx<- +CC, sign-extended literal
  /frameworks/base/include/ui/
KeycodeLabels.h 23 const char *literal; member in struct:KeycodeLabel
  /external/v8/test/mjsunit/
object-literal-gc.js 30 // Test that the clearing of object literal when normalizing objects
35 // Build object-literal string.
36 var literal = "var o = { ";
39 if (i > 0) literal += ",";
40 literal += ("a" + i + ":" + i);
42 literal += "}";
44 // Create the object literal.
45 eval(literal);
large-object-literal.js 31 // Build object-literal string.
32 var literal = "var o = { ";
35 if (i > 0) literal += ",";
36 literal += ("a" + i + ":" + i);
38 literal += "}";
40 // Create the object literal.
41 eval(literal);
big-object-literal.js 36 // Build object-literal string.
37 var literal = "function f() { return ";
40 literal += "{a:";
43 literal += array_in_middle ? " [42.2]" : "{a:42.2}";
46 literal += "}";
48 literal += ", b:42, c:/asd/, x:'foo', y:[], z:new Object()";
52 literal += "; }";
54 // Create the object literal.
55 eval(literal);
big-array-literal.js 36 // Build object-literal string.
37 var literal = "function f() { return ";
40 literal += "[";
43 literal += array_in_middle ? " [42.2]" : "{a:42.2}";
46 literal += "]";
49 literal += "; }";
51 // Create the object literal.
52 eval(literal);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
PhoneTypeChoiceRecognizerEngine.java 61 String literal = mSrec.getResult(result, Recognizer.KEY_LITERAL); local
63 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic;
71 String literal = mSrec.getResult(0, Recognizer.KEY_LITERAL); local
73 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic;
85 intent.putExtra(RecognizerEngine.SENTENCE_EXTRA, literal);
  /external/chromium/net/base/
load_log.h 61 // This entry is a C-string literal.
77 Entry(base::TimeTicks time, const char* literal)
78 : type(TYPE_STRING_LITERAL), time(time), literal(literal) {
89 const char* literal; // valid when (type == TYPE_STRING_LITERAL). member in struct:net::LoadLog::Entry
134 // |literal| should be a string literal (i.e. lives in static storage).
135 static void AddStringLiteral(LoadLog* log, const char* literal) {
137 log->Add(Entry(base::TimeTicks::Now(), literal));
  /external/v8/src/
compiler.cc 423 Handle<JSFunction> Compiler::BuildBoilerplate(FunctionLiteral* literal,
427 // We should not try to compile the same function literal more than
429 literal->mark_as_compiled();
437 bool allow_lazy = literal->AllowsLazyCompilation() &&
443 code = ComputeLazyCompile(literal->num_parameters());
447 if (!Rewriter::Optimize(literal)) {
454 CompilationInfo info(literal, script, false);
457 bool is_run_once = literal->try_full_codegen();
461 checker.Check(literal);
493 literal->name()
    [all...]
  /dalvik/vm/
Intern.c 64 * Check the literal table for a match.
66 StringObject* literal = dvmHashTableLookup(gDvm.literalStrings, local
70 if (literal != NULL) {
72 * A match was found in the literal table, the easy case.
74 found = literal;
77 * There is no match in the literal table, check the
87 * matching string to the literal table.
97 * No match in the literal table or the interned
98 * table. Insert into the literal table.
109 * Check the literal table for a match
    [all...]
  /frameworks/base/libs/ui/
KeyLayoutMap.cpp 69 token_to_value(const char *literal, const KeycodeLabel *list)
71 while (list->literal) {
72 if (0 == strcmp(literal, list->literal)) {
  /external/srec/srec/crec/
text_parser.c 123 char* literal, size_t max_literal_len)
151 strcpy(literal, copy_of_transcription);
181 strcpy(literal, copy_of_transcription);
193 char* literal, size_t max_literal_len)
202 return FST_CheckPath_Complex(context, mytranscription, literal, max_literal_len);
  /external/astl/tests/
test_string.cpp 57 const char literal[] = "scott mills cracks me up"; local
58 string str1(literal);
59 EXPECT_TRUE(strcmp(literal, str1.c_str()) == 0);
61 string str2(literal, 11);
64 string str3(literal, sizeof(literal));
65 EXPECT_TRUE(strcmp(literal, str3.c_str()) == 0);
68 string str4(literal, sizeof(literal) + 1);
69 EXPECT_TRUE(str4.size() == sizeof(literal) + 1)
    [all...]
  /external/dbus/dbus/
dbus-marshal-basic.c     [all...]
  /external/chromium/third_party/icu/source/common/
uniset_props.cpp 491 UBool literal = FALSE; local
513 c = chars.next(opts, literal, ec);
516 if (c == 0x5B /*'['*/ && !literal) {
525 c = chars.next(opts, literal, ec);
527 if (c == 0x5E /*'^'*/ && !literal) {
531 c = chars.next(opts, literal, ec);
537 literal = TRUE;
538 // Fall through to handle literal '-' below
640 if (!literal) {
647 // Treat final trailing '-' as a literal
1160 UBool result = FALSE, literal; local
    [all...]

Completed in 422 milliseconds

1 2 3 4