HomeSort by relevance Sort by last modified time
    Searched full:untrusted (Results 1 - 25 of 295) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/native_client/
DEPS 11 "+native_client/src/untrusted",
16 "+untrusted/srpcgen",
native_client.gyp 16 '../../native_client/src/untrusted/pthread/pthread.gyp:pthread_lib',
17 'src/untrusted/irt_stub/irt_stub.gyp:ppapi_stub_lib',
34 'src/untrusted/irt_stub/libppapi.a',
53 'src/untrusted/irt_stub/libppapi.a',
59 'src/untrusted/irt_stub/libppapi.a',
65 'src/untrusted/irt_stub/libppapi.a',
66 'src/untrusted/irt_stub/libppapi.so',
72 'src/untrusted/irt_stub/libppapi.a',
73 'src/untrusted/irt_stub/libppapi.so',
83 'src/untrusted/irt_stub/libppapi.a'
    [all...]
irt_test.gyp 14 '../../native_client/src/untrusted/irt/check_tls.gypi',
  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
thread_creator.h 10 #include "native_client/src/untrusted/irt/irt.h"
11 #include "native_client/src/untrusted/irt/irt_ppapi.h"
ppapi_plugin_main.c 7 #include "ppapi/native_client/src/untrusted/irt_stub/ppapi_start.h"
ppapi_start.h 10 #include "native_client/src/untrusted/irt/irt_ppapi.h"
thread_creator.c 7 #include "ppapi/native_client/src/untrusted/irt_stub/thread_creator.h"
12 #include "native_client/src/untrusted/irt/irt.h"
ppapi_plugin_start.c 13 #include "native_client/src/untrusted/irt/irt.h"
14 #include "native_client/src/untrusted/irt/irt_ppapi.h"
16 #include "ppapi/native_client/src/untrusted/irt_stub/thread_creator.h"
  /external/chromium_org/ppapi/shared_impl/
DEPS 10 # The untrusted build references the NaCl integrated runtime (IRT).
11 "+native_client/src/untrusted/irt",
  /external/chromium_org/ppapi/proxy/
DEPS 18 # The untrusted build references the NaCl integrated runtime (IRT).
20 "+native_client/src/untrusted"
  /external/chromium_org/base/
DEPS 3 "+native_client/src/untrusted/irt/irt.h",
rand_util_nacl.cc 10 #include "native_client/src/untrusted/irt/irt.h"
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
shim_ppapi.h 11 #include "native_client/src/untrusted/irt/irt.h"
shim_entry.c 10 #include "native_client/src/untrusted/nacl/nacl_startup.h"
11 #include "ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.h"
15 * This is the true entry point for untrusted code.
  /external/sepolicy/
untrusted_app.te 2 ### Untrusted apps.
4 ### This file defines the rules for untrusted apps. An "untrusted
  /external/chromium/chrome/browser/
nacl_loader.sb 7 ; untrusted code within Native Client.
  /external/chromium_org/build/
common_untrusted.gypi 9 '../native_client/build/untrusted.gypi',
  /external/chromium_org/chrome/browser/resources/options/
certificate_tree.css 5 span.cert-untrusted {
  /external/chromium_org/chrome/common/
nacl_loader.sb 7 ; untrusted code within Native Client.
  /external/chromium_org/media/
shared_memory_support.gypi 9 # the general media pipeline and again for the untrusted NaCl target.
media_untrusted.gyp 10 '../native_client/build/untrusted.gypi',
  /external/chromium_org/ppapi/native_client/src/shared/ppapi_proxy/
ppruntime.h 11 #include "native_client/src/untrusted/irt/irt_ppapi.h"
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
nacl_ppapi_util.cc 7 #include "ppapi/native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h"
  /external/clang/test/Analysis/
taint-generic.c 114 system(addr); // expected-warning {{Untrusted data is passed to a system call}}
118 system(buffer); // expected-warning {{Untrusted data is passed to a system call}}
127 system(buffern); // expected-warning {{Untrusted data is passed to a system call}}
136 system(buffern2); // expected-warning {{Untrusted data is passed to a system call}}
143 int *buf1 = (int*)malloc(ts*sizeof(int)); // expected-warning {{Untrusted data is used to specify the buffer size}}
144 char *dst = (char*)calloc(ts, sizeof(char)); //expected-warning {{Untrusted data is used to specify the buffer size}}
145 bcopy(buf1, dst, ts); // expected-warning {{Untrusted data is used to specify the buffer size}}
146 __builtin_memcpy(dst, buf1, (ts + 4)*sizeof(char)); // expected-warning {{Untrusted data is used to specify the buffer size}}
149 char *dst2 = (char*)malloc(ts*sizeof(char)); // expected-warning {{Untrusted data is used to specify the buffer size}}
167 execl(buffer, "filename", 0); // expected-warning {{Untrusted data is passed to a system call}
    [all...]
  /external/chromium_org/native_client_sdk/
native_client_sdk_untrusted.gyp 22 '../native_client/src/untrusted/irt',

Completed in 867 milliseconds

1 2 3 4 5 6 7 8 91011>>