Searched refs:terminator (Results 26 - 50 of 56) sorted by relevance

123

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp193 char terminator = *string; local
195 const char *end = uprv_strchr(string+1, terminator);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h691 unsigned terminator : 1; // end of basic block
864 inline bool isTerminated() const { return exit && exit->terminator; }
H A Dnv50_ir_peephole.cpp38 if (terminator || join) // XXX: should terminator imply flow ?
73 if (terminator || asFlow())
H A Dnv50_ir_from_sm4.cpp1677 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1;
H A Dnv50_ir_from_tgsi.cpp2223 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h691 unsigned terminator : 1; // end of basic block
864 inline bool isTerminated() const { return exit && exit->terminator; }
H A Dnv50_ir_peephole.cpp38 if (terminator || join) // XXX: should terminator imply flow ?
73 if (terminator || asFlow())
H A Dnv50_ir_from_sm4.cpp1677 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1;
H A Dnv50_ir_from_tgsi.cpp2223 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1;
/external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
H A Dsha256-armv4.pl176 .word 0 @ terminator
473 teq $t1,#0 @ check for K256 terminator
/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp561 // INFO_LOG_LENGTH is 0 by default and it includes null-terminator
587 GLint written = 0; // written does not include null terminator
601 // check null-terminator, either at end of buffer or at buffer[written]
602 const char* terminator = &buffer[DE_LENGTH_OF_ARRAY(buffer) - 1]; local
604 terminator = &buffer[written];
606 if (*terminator != '\0')
608 m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected null terminator, got " << (int)*terminator << TestLog::EndMessage;
610 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid log terminator");
629 m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected null terminator, go
[all...]
/external/llvm/lib/Support/Windows/
H A DPath.inc97 // the buffer not including the NULL terminator.
144 // including the null-terminator.
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.py107 s, terminator=':', annotated=False)
1555 def p_target(s, terminator):
1561 while s.sy != terminator:
2909 args, star_arg, starstar_arg = p_varargslist(s, terminator=')')
2923 def p_varargslist(s, terminator=')', annotated=1):
2936 elif s.sy != terminator:
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp4837 // and are terminated by the given terminator character
4839 static int checkForValidDouble(const CharacterType* string, const CharacterType* end, const char terminator) argument
4849 if (string[i] == terminator) {
4868 // terminated by the given terminator character
4870 static int parseDouble(const CharacterType* string, const CharacterType* end, const char terminator, double& value) argument
4872 int length = checkForValidDouble(string, end, terminator);
4905 static bool parseColorIntOrPercentage(const CharacterType*& string, const CharacterType* end, const char terminator, CSSPrimitiveValue::UnitType& expect, int& value) argument
4964 if (current == end || *current++ != terminator)
4987 static inline bool parseAlphaValue(const CharacterType*& string, const CharacterType* end, const char terminator, int& value) argument
5005 if (string[length - 1] != terminator || !isASCIIDigi
[all...]
/external/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp1347 static const char terminator = 0; // TERMINATOR_BYTE local
1348 sink.Append(&terminator, 1);
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h870 SExpr *T = E->terminator();
H A DThreadSafetyTIL.h1439 const SExpr *terminator() const { return Terminator.get(); } function in class:clang::threadSafety::BasicBlock
1440 SExpr *terminator() { return Terminator.get(); } function in class:clang::threadSafety::BasicBlock
/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp725 // INFO_LOG_LENGTH is 0 by default and it includes null-terminator
751 GLint written = 0; // written does not include null terminator
765 // check null-terminator, either at end of buffer or at buffer[written]
766 const char* terminator = &buffer[DE_LENGTH_OF_ARRAY(buffer) - 1]; local
768 terminator = &buffer[written];
770 if (*terminator != '\0')
772 m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected null terminator, got " << (int)*terminator << TestLog::EndMessage;
774 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid log terminator");
793 m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected null terminator, go
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl179 .word 0 @ terminator
481 teq $t1,#0 @ check for K256 terminator
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/lldb/source/Target/
H A DProcess.cpp2390 // Ensure a null terminator independent of the number of bytes that is read.
2394 const char terminator[4] = {'\0', '\0', '\0', '\0'};
2395 assert(sizeof(terminator) >= type_width &&
2412 // Search for a null terminator of correct size and alignment in bytes_read
2415 if (::strncmp(&dst[i], terminator, type_width) == 0)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/chromium_org/third_party/boringssl/linux-arm/crypto/sha/
H A Dsha256-armv4.S27 .word 0 @ terminator
2211 teq r2,#0 @ check for K256 terminator
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc7496 : Thread(Options("terminator")), isolate_(isolate) {}
7514 TerminationThread terminator(isolate);
7515 terminator.Start();

Completed in 1416 milliseconds

123