/prebuilts/gdb/darwin-x86/lib/python2.7/ |
codeop.py | 1 r"""Utilities to compile possibly incomplete Python source code. 8 - Return None if the command is incomplete 105 r"""Compile a command and determine whether it is incomplete. 117 - Return None if the command is incomplete 150 r"""Compile a command and determine whether it is incomplete. 163 - Return None if the command is incomplete
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
codeop.py | 1 r"""Utilities to compile possibly incomplete Python source code. 8 - Return None if the command is incomplete 105 r"""Compile a command and determine whether it is incomplete. 117 - Return None if the command is incomplete 150 r"""Compile a command and determine whether it is incomplete. 163 - Return None if the command is incomplete
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
codeop.py | 1 r"""Utilities to compile possibly incomplete Python source code. 8 - Return None if the command is incomplete 105 r"""Compile a command and determine whether it is incomplete. 117 - Return None if the command is incomplete 150 r"""Compile a command and determine whether it is incomplete. 163 - Return None if the command is incomplete
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
codeop.py | 1 r"""Utilities to compile possibly incomplete Python source code. 8 - Return None if the command is incomplete 105 r"""Compile a command and determine whether it is incomplete. 117 - Return None if the command is incomplete 150 r"""Compile a command and determine whether it is incomplete. 163 - Return None if the command is incomplete
|
/packages/inputmethods/LatinIME/java/res/xml/ |
rowkeys_hindi3.xml | 27 render dotted circle for incomplete combining letter of some scripts, different 45 render dotted circle for incomplete combining letter of some scripts, different 54 render dotted circle for incomplete combining letter of some scripts, different 59 render dotted circle for incomplete combining letter of some scripts, different 91 render dotted circle for incomplete combining letter of some scripts, different
|
rowkeys_hindi_compact1.xml | 23 render dotted circle for incomplete combining letter of some scripts, different 34 render dotted circle for incomplete combining letter of some scripts, different 45 render dotted circle for incomplete combining letter of some scripts, different 56 render dotted circle for incomplete combining letter of some scripts, different 67 render dotted circle for incomplete combining letter of some scripts, different
|
rowkeys_marathi1.xml | 23 render dotted circle for incomplete combining letter of some scripts, different 32 render dotted circle for incomplete combining letter of some scripts, different 41 render dotted circle for incomplete combining letter of some scripts, different 50 render dotted circle for incomplete combining letter of some scripts, different 59 render dotted circle for incomplete combining letter of some scripts, different
|
rowkeys_nepali_traditional3.xml | 37 render dotted circle for incomplete combining letter of some scripts, different 46 render dotted circle for incomplete combining letter of some scripts, different 53 render dotted circle for incomplete combining letter of some scripts, different 72 render dotted circle for incomplete combining letter of some scripts, different 77 render dotted circle for incomplete combining letter of some scripts, different
|
rowkeys_hindi_compact3.xml | 23 render dotted circle for incomplete combining letter of some scripts, different 31 render dotted circle for incomplete combining letter of some scripts, different 36 render dotted circle for incomplete combining letter of some scripts, different
|
rowkeys_marathi3.xml | 23 render dotted circle for incomplete combining letter of some scripts, different 28 render dotted circle for incomplete combining letter of some scripts, different 33 render dotted circle for incomplete combining letter of some scripts, different
|
rowkeys_nepali_romanized3.xml | 31 render dotted circle for incomplete combining letter of some scripts, different 40 render dotted circle for incomplete combining letter of some scripts, different 63 render dotted circle for incomplete combining letter of some scripts, different
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
p6.cpp | 86 alignas(4) struct Incomplete incomplete; // expected-error {{incomplete type}} expected-note {{forward declaration}} variable in typeref:struct:Incomplete
|
/external/junit/src/org/junit/experimental/theories/ |
Theories.java | 107 protected void runWithIncompleteAssignment(Assignments incomplete) 110 for (PotentialAssignment source : incomplete 112 runWithAssignment(incomplete.assignNext(source));
|
/external/clang/tools/clang-format/ |
clang-format.el | 64 (incomplete-format (xml-get-attribute xml-node 'incomplete_format)) 93 (list replacements cursor (string= incomplete-format "true")))) 153 (incomplete-format (nth 2 operations))) 160 (message "%s" incomplete-format) 161 (if incomplete-format 162 (message "(clang-format: incomplete (syntax errors)%s)" stderr)
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
MoreKeySpecSplitTests.java | 124 assertTextArray("Incomplete resource reference 1", "text", "text"); 125 assertTextArray("Incomplete resource reference 2", "!text", "!text"); 126 assertTextArray("Incomplete RESOURCE REFERENCE 2", "!TEXT", "!TEXT"); 127 assertTextArray("Incomplete resource reference 3", "text/", "text/"); 128 assertTextArray("Incomplete resource reference 4", "!" + SURROGATE2, "!" + SURROGATE2); 201 assertError("Incomplete text name", "!text/", "!text/");
|
/external/autotest/frontend/tko/ |
csv_encoder_unittest.py | 44 'row2,,,3 / 4 (5 incomplete)', 89 'baz,4 / 5 (6 incomplete)')
|
/external/clang/test/CXX/class/class.mem/ |
p2.cpp | 10 // Otherwise it is regarded as incomplete within its own class 15 A x; // expected-error {{field has incomplete type 'test0::A'}}
|
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/ |
p1.cpp | 106 extern int incomplete[]; 107 for (auto a : incomplete) // expected-error {{cannot use incomplete type 'int []' as a range}} 109 extern struct Incomplete also_incomplete[2]; // expected-note {{forward declaration}} 110 for (auto &a : also_incomplete) // expected-error {{cannot use incomplete type 'struct Incomplete [2]' as a range}} 191 for (auto a : *also_incomplete) { // expected-error {{cannot use incomplete type 'struct Incomplete' as a range}}
|
/external/clang/test/Sema/ |
tentative-decls.c | 5 static struct a x2; // expected-warning{{tentative definition of variable with internal linkage has incomplete non-array type 'struct a'}} 6 struct a x3[10]; // expected-error{{array has incomplete element type 'struct a'}}
|
/external/clang/test/SemaCXX/ |
function-extern-c.cpp | 40 extern "C" struct mypodstruct f12(); // expected-warning {{'f12' has C-linkage specified, but returns incomplete type 'struct mypodstruct' which could be incompatible with C}} 48 extern "C" A f(void); // expected-warning {{'f' has C-linkage specified, but returns incomplete type 'test2::A' which could be incompatible with C}}
|
linkage-spec.cpp | 131 extern "C" void PR16167; // expected-error {{variable has incomplete type 'void'}} 132 extern void PR16167_0; // expected-error {{variable has incomplete type 'void'}}
|
/external/clang/test/SemaObjCXX/ |
property-synthesis-error.mm | 83 @implementation SynthIncompleteRef // expected-error {{cannot synthesize property 'x' with incomplete type 'IncompleteStruct'}} 84 @synthesize y; // expected-error {{cannot synthesize property 'y' with incomplete type 'IncompleteStruct'}}
|
/external/clang/test/SemaTemplate/ |
instantiate-self.cpp | 8 B b; // expected-error {{has incomplete type 'test1::A<int>::B'}} 43 int k[typename A<typename M<T>::type>::B().k[0] + 1]; // expected-error {{incomplete type}}
|
/external/deqp/doc/testspecs/GLES2/ |
functional.texture.incomplete.txt | 22 + dEQP-GLES2.functional.texture.incomplete.* 34 Incomplete texture object is constructed based on test case specification.
|
/external/webrtc/webrtc/modules/video_coding/ |
jitter_buffer_common.h | 47 kIncomplete = 1, // Frame incomplete. 49 kDecodableSession = 4, // Frame incomplete, but ready to be decoded
|