HomeSort by relevance Sort by last modified time
    Searched refs:chained (Results 1 - 21 of 21) sorted by null

  /external/grpc-grpc/test/core/security/
auth_context_test.cc 85 grpc_auth_context* chained = grpc_auth_context_create(nullptr); local
86 grpc_auth_context* ctx = grpc_auth_context_create(chained);
91 GRPC_AUTH_CONTEXT_UNREF(chained, "chained");
92 grpc_auth_context_add_cstring_property(chained, "name", "padapo");
93 grpc_auth_context_add_cstring_property(chained, "foo", "baz");
107 for (i = 0; i < chained->properties.count; i++) {
109 GPR_ASSERT(p == &chained->properties.array[i]);
117 &chained->properties.array[1]);
126 &chained->properties.array[0])
    [all...]
  /external/grpc-grpc/src/core/lib/security/context/
security_context.h 33 High level authentication context object. Can optionally be chained. */
44 struct grpc_auth_context* chained; member in struct:grpc_auth_context
52 grpc_auth_context* grpc_auth_context_create(grpc_auth_context* chained);
security_context.cc 122 grpc_auth_context* grpc_auth_context_create(grpc_auth_context* chained) {
126 if (chained != nullptr) {
127 ctx->chained = GRPC_AUTH_CONTEXT_REF(chained, "chained");
129 ctx->chained->peer_identity_property_name;
169 GRPC_AUTH_CONTEXT_UNREF(ctx->chained, "chained");
223 if (it->ctx->chained == nullptr) return nullptr;
224 it->ctx = it->ctx->chained;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNARef.java 559 StringBuffer chained; local
563 chained = expected;
565 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT);
567 if(!expected.toString().equals(chained.toString())){
572 chained = expected;
574 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT);
576 if(!expected.toString().equals(chained.toString())){
591 StringBuffer chained; local
    [all...]
TestIDNA.java 473 StringBuffer chained; local
477 chained = expected;
479 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT);
481 if(!expected.toString().equals(chained.toString())){
486 chained = expected;
488 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT);
490 if(!expected.toString().equals(chained.toString())){
499 StringBuffer chained; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNARef.java 556 StringBuffer chained; local
560 chained = expected;
562 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT);
564 if(!expected.toString().equals(chained.toString())){
569 chained = expected;
571 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT);
573 if(!expected.toString().equals(chained.toString())){
588 StringBuffer chained; local
    [all...]
TestIDNA.java 470 StringBuffer chained; local
474 chained = expected;
476 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT);
478 if(!expected.toString().equals(chained.toString())){
483 chained = expected;
485 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT);
487 if(!expected.toString().equals(chained.toString())){
496 StringBuffer chained; local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
DiscreteComparator.java 269 if (item.chained) {
302 private boolean chained = false; field in class:DiscreteComparator.Node
320 currentNode.chained = true;
322 if (subNode.chained) {
330 currentNode.chained = false;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
ScanMem.asm 95 sel r6, r5, r7 ; chained....bytes are 00 for none-00 bytes, or ff for 00 bytes - NOTE INVERSION
123 ; r5 has the 00/ff pattern for the first word, r6 has the chained value
  /external/compiler-rt/lib/msan/
msan.cc 304 Origin chained = Origin::CreateChainedOrigin(o, stack); local
305 return chained.raw_id();
  /external/libese/libese-teq1/
teq1.c 208 /* Perform chained transmission if needed. */
254 int chained = 0; local
266 /* Check if we were chained and increment the last sent sequence. */
270 chained = bs_get(PCB.I.more_data, tx_frame->header.PCB);
357 /* Card begins chained response. */
367 /*** Rule 2.2, Rule 5: Chained transmission ***/
410 /*** Rule 5 (see Rule 2.2 for the chained-tx side. ) ***/
  /build/soong/android/
rule_builder_test.go 148 // chained
rule_builder.go 307 // RuleBuilderCommand, so they can be used chained or unchained. All methods that add text implicitly add a single
  /build/make/core/
Makefile     [all...]
  /external/avb/
avbtool     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /external/mockito/lib/
byte-buddy-1.8.15.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 1082 milliseconds