HomeSort by relevance Sort by last modified time
    Searched refs:protoc (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /external/autotest/client/site_tests/policy_CookiesSessionOnlyForUrls/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_DisableScreenshots/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_EditBookmarksEnabled/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_ForceGoogleSafeSearch/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_ForceYouTubeSafetyMode/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_ImagesAllowedForUrls/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_ImagesBlockedForUrls/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_ManagedBookmarks/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_PluginsAllowedForUrls/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_PluginsBlockedForUrls/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_PopupsAllowedForUrls/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_PopupsBlockedForUrls/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_PowerManagementIdleSettings/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_ProxySettings/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_RestoreOnStartupURLs/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_URLBlacklist/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_URLWhitelist/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/google-tv-pairing-protocol/cpp/
configure.ac 42 AC_PATH_PROG(PROTOC, protoc,
43 [AC_MSG_ERROR([protoc was not found in your path])])
  /external/nanopb-c/tools/
make_windows_package.sh 22 # Make the nanopb generator available as a protoc plugin
23 cp $DEST/generator/nanopb_generator.py $DEST/generator/protoc-gen-nanopb.py
26 ( cd $DEST/generator; bbfreeze nanopb_generator.py protoc-gen-nanopb.py )
30 rm $DEST/generator/protoc-gen-nanopb.py
44 # Package the protoc compiler
45 cp `which protoc.exe` $DEST/generator-bin/
  /external/protobuf/objectivec/google/protobuf/
Empty.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
  /external/protobuf/python/
setup.py 24 if 'PROTOC' in os.environ and os.path.exists(os.environ['PROTOC']):
25 protoc = os.environ['PROTOC'] variable
26 elif os.path.exists("../src/protoc"):
27 protoc = "../src/protoc" variable
28 elif os.path.exists("../src/protoc.exe"):
29 protoc = "../src/protoc.exe variable
31 protoc = "..\/vsprojects\/Debug\/protoc.exe" variable
33 protoc = "..\/vsprojects\/Release\/protoc.exe" variable
35 protoc = find_executable("protoc") variable
    [all...]

Completed in 549 milliseconds

12 3 4 5