HomeSort by relevance Sort by last modified time
    Searched refs:internals (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/base/core/java/android/service/autofill/
Validators.java 58 final InternalValidator[] internals = new InternalValidator[validators.length]; local
63 internals[i] = (InternalValidator) validators[i];
65 return internals;
  /external/libexif/doc/
Makefile.am 40 $(HTML_APIDOC_INTERNALS_DIR).stamp: Doxyfile-internals $(top_builddir)/libexif/libexif.la
48 DOXYGEN_INSTALL_TARGETS += install-apidocs-internals
49 install-apidocs-internals: $(HTML_APIDOC_INTERNALS_DIR).stamp
57 DOXYGEN_UNINSTALL_TARGETS += uninstall-apidocs-internals
58 uninstall-apidocs-internals:
86 rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_INTERNALS_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/internals/
88 ssh "sf" "find /home/groups/l/li/libexif/htdocs/internals /home/groups/l/li/libexif/htdocs/api \( -type d -exec chgrp libexif {} \; -exec chmod g+rwxs,a+rx {} \; \) -or \( -type f -exec chgrp libexif {} \; -exec chmod g+rw {} \; \( -name '*.html' -or -name '*.png' -or -name '*.php' -or -name '*.jpg' -or -name '*.css' -name '*.dot' -name '*.map' \) -exec chmod a+r {} \; \)"
98 EXTRA_DIST = Doxyfile.in Doxyfile-internals.in footer.html README.apidocs $(HTML_APIDOC_DIR).tar.gz
  /external/curl/lib/
getinfo.c 330 tsi->internals = NULL;
337 tsi->internals = (void *)conn->ssl[i].ssl;
339 tsi->internals = (void *)conn->ssl[i].handle;
341 tsi->internals = (void *)conn->ssl[i].ssl_ctx;
343 tsi->internals = (void *)conn->ssl[i].session;
345 tsi->internals = (void *)conn->ssl[i].handle;
347 tsi->internals = (void *)&conn->ssl[i].ssl;
349 tsi->internals = (void *)conn->ssl[i].handle;
352 tsi->internals = ((info == CURLINFO_TLS_SESSION) ?
356 tsi->internals = (void *)&conn->ssl[i].ssl
    [all...]
  /prebuilts/go/darwin-x86/src/strconv/
internal_test.go 5 // export access to strconv internals for tests
  /prebuilts/go/linux-x86/src/strconv/
internal_test.go 5 // export access to strconv internals for tests
  /system/tools/aidl/
generate_cpp_unittest.cpp 733 AidlError err = ::android::aidl::internals::load_and_validate_aidl(
781 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface);
788 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface);
795 unique_ptr<Document> doc = internals::BuildServerHeader(types_, *interface);
802 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface);
809 unique_ptr<Document> doc = internals::BuildInterfaceHeader(types_, *interface);
816 unique_ptr<Document> doc = internals::BuildInterfaceSource(types_, *interface);
aidl.h 55 namespace internals { namespace in namespace:android::aidl
69 } // namespace internals
generate_cpp.h 51 namespace internals { namespace in namespace:android::aidl::cpp
aidl.cpp 498 namespace internals { namespace in namespace:android::aidl
676 } // namespace internals
684 AidlError err = internals::load_and_validate_aidl(
709 AidlError aidl_err = internals::load_and_validate_aidl(
aidl_unittest.cpp 38 using android::aidl::internals::parse_preprocessed_file;
79 AidlError actual_error = ::android::aidl::internals::load_and_validate_aidl(
  /prebuilts/go/darwin-x86/misc/cgo/stdio/
stdio.go 15 // instead of depending on internals of libc implementation.
  /prebuilts/go/linux-x86/misc/cgo/stdio/
stdio.go 15 // instead of depending on internals of libc implementation.
  /external/curl/docs/examples/
sessioninfo.c 52 /* info->internals is now the gnutls_session_t */
53 chainp = gnutls_certificate_get_peers(info->internals, &cert_list_size);
  /toolchain/binutils/binutils-2.25/gas/doc/
Makefile.am 108 noinst_TEXINFOS = internals.texi
  /prebuilts/go/darwin-x86/src/net/
hosts_test.go 152 // Ensure that programs can't modify the internals of the host cache.
  /prebuilts/go/linux-x86/src/net/
hosts_test.go 152 // Ensure that programs can't modify the internals of the host cache.
  /prebuilts/go/darwin-x86/src/net/http/
export_test.go 5 // Bridge package to expose http internals to tests in the http_test
  /prebuilts/go/linux-x86/src/net/http/
export_test.go 5 // Bridge package to expose http internals to tests in the http_test
  /external/valgrind/gdbserver_tests/
mchelp.stdoutB.exp 72 debugging valgrind internals monitor commands:
  /prebuilts/go/darwin-x86/src/compress/flate/
flate_test.go 5 // This test tests some internals of the flate package.
  /prebuilts/go/darwin-x86/src/net/http/internal/
chunked.go 7 // Package internal contains HTTP internals shared by net/http and
  /prebuilts/go/darwin-x86/test/
index.go 219 // Due to a detail of gc's internals,
  /prebuilts/go/linux-x86/src/compress/flate/
flate_test.go 5 // This test tests some internals of the flate package.
  /prebuilts/go/linux-x86/src/net/http/internal/
chunked.go 7 // Package internal contains HTTP internals shared by net/http and
  /prebuilts/go/linux-x86/test/
index.go 219 // Due to a detail of gc's internals,

Completed in 2195 milliseconds

1 2