HomeSort by relevance Sort by last modified time
    Searched full:postfix (Results 101 - 125 of 295) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu/icu4c/source/test/intltest/
caltest.h 114 static UnicodeString& POSTFIX;
  /external/qemu/include/qemu/
option.h 91 QEMU_OPT_SIZE, /* size, accepts (K)ilo, (M)ega, (G)iga, (T)era postfix */
  /external/clang/lib/Format/
ContinuationIndenter.cpp     [all...]
  /external/deqp/modules/glshared/
glsShaderLibrary.cpp 1026 std::string postfix = ""; local
1034 postfix = m_curTokenStr;
1038 if (versionNum == 100 && postfix == "es") version = glu::GLSL_VERSION_100_ES;
1039 else if (versionNum == 300 && postfix == "es") version = glu::GLSL_VERSION_300_ES;
1040 else if (versionNum == 310 && postfix == "es") version = glu::GLSL_VERSION_310_ES;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 1027 //Loop until the matching string postfix(test config.) is found
1037 //Loop until the matching string postfix(test config.) is found
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
README-P2P 469 p2p_set ssid_postfix <postfix>
471 Set postfix string to be added to the automatically generated P2P SSID
472 (DIRECT-<two random characters>). For example, postfix of "-testing"
543 set p2p_ssid_postfix <P2P SSID postfix>
545 Set P2P SSID postfix.
  /external/chromium_org/net/base/
sdch_manager_unittest.cc 245 // Make sure that a prefix that matches the domain postfix won't confuse
256 // Make sure that a prefix that matches the domain postfix won't confuse
  /external/clang/test/SemaCXX/
overloaded-operator.cpp 472 C<int> postfix; local
474 postfix--; // ok
expression-traits.cpp 311 // expr.sub/1 A postfix expression followed by an expression in
312 // square brackets is a postfix expression. One of the expressions
385 // expr.post.incr/1 The value obtained by applying a postfix ++ is
  /external/fio/
iolog.c 608 const char *prefix, const char *postfix,
613 snprintf(file_name, sizeof(file_name), "%s_%s.log", prefix, postfix);
  /external/openssl/apps/
crl.c 72 #undef POSTFIX
73 #define POSTFIX ".rvk"
x509.c 86 #undef POSTFIX
87 #define POSTFIX ".srl"
1115 ?(strlen(CAfile)+strlen(POSTFIX)+1)
1128 BUF_strlcat(buf,POSTFIX,len);
    [all...]
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 231 // Try without the OES postfix
241 // Try with the OES postfix
  /external/chromium_org/chrome/browser/metrics/variations/
variations_http_header_provider.cc 52 // 1a. These include hosts which have a standard postfix such as:
  /external/chromium_org/chromeos/network/
policy_util.cc 26 // This fake credential contains a random postfix which is extremly unlikely to
  /external/chromium_org/third_party/WebKit/Source/wtf/
ListHashSet.h 459 // Postfix ++ and -- intentionally omitted.
522 // Postfix ++ and -- intentionally omitted.
567 // Postfix ++ and -- intentionally omitted.
629 // Postfix ++ and -- intentionally omitted.
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
x509.c 86 #undef POSTFIX
87 #define POSTFIX ".srl"
1115 ?(strlen(CAfile)+strlen(POSTFIX)+1)
1128 BUF_strlcat(buf,POSTFIX,len);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
constant-folding.js 37 x += x++; // ++ and -- apply ToNumber to their operand, even for postfix.
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 386 /// \param ObjectType Type of postfix expression if the nested-name-specifier
466 // looked up both in the context of the entire postfix-expression and in
470 // context of the entire postfix-expression, the name shall refer to a
580 // into the current scope (the scope of the postfix-expression) to
    [all...]
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 54 // a postfix of another path, violating a core assumption of the trie.
  /external/clang/www/analyzer/scripts/
expandcollapse.js 58 // Unique postfix for ids for generated nodes for a given cell.
  /external/tcpdump/
makemib 229 # old(?) routine to recurse down the tree (in postfix order for convenience)
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 171 static const char postfix[] = ".so"; local
236 char buf[sizeof(prefix) + MAXNAMESIZE + sizeof(postfix)];
239 strcat(buf, postfix);
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core.c 193 static const char postfix[] = ".so"; local
198 char buf[sizeof(prefix) + MAXNAMESIZE + sizeof(postfix)];
245 strcat(buf, postfix); /* are safe to use in this context. */
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 186 static const char postfix[] = ".so"; local
191 char buf[sizeof(prefix) + MAXNAMESIZE + sizeof(postfix)];
238 strcat(buf, postfix); /* are safe to use in this context. */

Completed in 1089 milliseconds

1 2 3 45 6 7 8 91011>>