HomeSort by relevance Sort by last modified time
    Searched full:plain (Results 1126 - 1150 of 4692) sorted by null

<<41424344454647484950>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTParser.stg 57 /** ID! and output=AST (same as plain tokenRef) */
111 // plain old blocks of alts: (A|B|...|C)
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTParser.stg 58 /* ID! and output=AST (same as plain tokenRef) */
119 // plain old blocks of alts: (A|B|...|C)
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTParser.stg 65 /** ID! and output=AST (same as plain tokenRef) */
119 // plain old blocks of alts: (A|B|...|C)
  /external/apache-http/src/org/apache/http/conn/
MultihomePlainSocketFactory.java 71 * @return the one and only plain socket factory
161 * This factory creates plain socket connections
  /external/curl/tests/data/
test1404 66 Content-Type: text/plain
79 Content-Type: text/plain
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
XLocaleDistanceTest.java 147 logln("should be plain DistanceNode");
154 logln("should NOT be plain DistanceNode");
  /external/icu/icu4c/source/tools/
icu-svnprops-check.py 14 # It only works correctly on platforms where the native line ending is a plain \n
76 # *.java = svn:eol-style=native;svn:mime-type=text/plain;;charset=utf-8
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
XLocaleDistanceTest.java 144 logln("should be plain DistanceNode");
151 logln("should NOT be plain DistanceNode");
  /external/mesa3d/src/compiler/glsl/
opt_dead_code_local.cpp 166 * Adds an entry to the available copy list if it's a plain assignment
206 /* Skip if the assignment we're trying to eliminate isn't a plain
  /external/mesa3d/src/glx/tests/
query_renderer_unittest.cpp 153 /* These values are just plain invalid for use with this extension.
308 /* These values are just plain invalid for use with this extension.
  /external/protobuf/src/google/protobuf/stubs/
statusor.h 116 // Construct a new StatusOr with the given value. If T is a plain pointer,
124 // REQUIRES: if T is a plain pointer, value != NULL. This requirement is
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 1126 struct wpabuf *msg, *plain; local
1162 plain = wpabuf_alloc(data->IDr_len + 1000);
1163 if (plain == NULL) {
1168 if (ikev2_build_idi(data, plain, IKEV2_PAYLOAD_AUTHENTICATION) ||
1169 ikev2_build_auth(data, plain, IKEV2_PAYLOAD_NO_NEXT_PAYLOAD) ||
1171 &data->keys, 1, msg, plain,
1173 wpabuf_free(plain);
1177 wpabuf_free(plain);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
BodyDescriptor.java 35 private String mimeType = "text/plain";
60 mimeType = "text/plain";
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
ContentTypeField.java 55 * The <code>text/plain</code> MIME type.
57 public static final String TYPE_TEXT_PLAIN = "text/plain";
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 238 .setHeader("Content-type", "text/plain")
244 .setHeader("Content-type", "text/plain")
  /prebuilts/go/darwin-x86/src/text/template/
examplefiles_test.go 47 // T0.tmpl is a plain template file that just invokes T1.
127 // T0.tmpl is a plain template file that just invokes T1.
  /prebuilts/go/linux-x86/src/text/template/
examplefiles_test.go 47 // T0.tmpl is a plain template file that just invokes T1.
127 // T0.tmpl is a plain template file that just invokes T1.
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
content-types.properties 237 text/plain: \
238 description=Plain Text;\
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
content-types.properties 237 text/plain: \
238 description=Plain Text;\
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
file.c 101 * plain file data, if it is not in the correct
105 * and use plain reads from now on.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_smtplib.py 305 'plain': 'AE1yLkFAc29tZXdoZXJlLmNvbQBzb21lcGFzc3dvcmQ=',
362 if mech == 'plain' and auth==sim_auth_credentials['plain']:
363 self.push('235 plain auth ok')
477 self.serv.add_feature("AUTH PLAIN")
480 expected_auth_ok = (235, b'plain auth ok')
  /external/python/cpython2/Lib/test/
test_smtplib.py 332 'plain': 'AE1yLkFAc29tZXdoZXJlLmNvbQBzb21lcGFzc3dvcmQ=',
388 if mech == 'plain' and auth==sim_auth_credentials['plain']:
389 self.push('235 plain auth ok')
503 self.serv.add_feature("AUTH PLAIN")
506 expected_auth_ok = (235, b'plain auth ok')
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_smtplib.py 305 'plain': 'AE1yLkFAc29tZXdoZXJlLmNvbQBzb21lcGFzc3dvcmQ=',
361 if mech == 'plain' and auth==sim_auth_credentials['plain']:
362 self.push('235 plain auth ok')
476 self.serv.add_feature("AUTH PLAIN")
479 expected_auth_ok = (235, b'plain auth ok')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_smtplib.py 305 'plain': 'AE1yLkFAc29tZXdoZXJlLmNvbQBzb21lcGFzc3dvcmQ=',
361 if mech == 'plain' and auth==sim_auth_credentials['plain']:
362 self.push('235 plain auth ok')
476 self.serv.add_feature("AUTH PLAIN")
479 expected_auth_ok = (235, b'plain auth ok')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 305 'plain': 'AE1yLkFAc29tZXdoZXJlLmNvbQBzb21lcGFzc3dvcmQ=',
361 if mech == 'plain' and auth==sim_auth_credentials['plain']:
362 self.push('235 plain auth ok')
476 self.serv.add_feature("AUTH PLAIN")
479 expected_auth_ok = (235, b'plain auth ok')

Completed in 1621 milliseconds

<<41424344454647484950>>