Searched refs:_access (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/ |
D | data_feeder.py | 263 def _access(data, iloc): function 498 return (np.array(_access(data, indices)).reshape((indices.shape[0], 1)) 499 if len(data.shape) == 1 else _access(data, indices)) 509 out[i] = _access(data, sample) 513 out.itemset((i, int(_access(data, sample))), 1.0) 515 for idx, value in enumerate(_access(data, sample)): 518 out[i] = _access(data, sample)
|
/external/libunwind/doc/ |
D | libunwind-ptrace.tex | 29 \Type{int} \Func{\_UPT\_access\_mem}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_wo… 31 \Type{int} \Func{\_UPT\_access\_reg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_… 33 \Type{int} \Func{\_UPT\_access\_fpreg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw…
|
/external/python/cpython3/Lib/multiprocessing/ |
D | reduction.py | 114 self._access = access 129 self._access, False, _winapi.DUPLICATE_CLOSE_SOURCE)
|
/external/vulkan-validation-layers/layers/ |
D | vk_loader_platform.h | 219 if ((_access(path, 0)) == -1) in loader_platform_file_exists()
|
/external/skia/src/ports/ |
D | SkOSFile_win.cpp | 31 return (0 == _access(path, mode)); in sk_exists()
|
/external/skqp/src/ports/ |
D | SkOSFile_win.cpp | 31 return (0 == _access(path, mode)); in sk_exists()
|
/external/zlib/src/contrib/untgz/ |
D | untgz.c | 31 # define access(path,mode) _access(path,mode)
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 59 #define access _access
|
/external/python/cpython2/Doc/library/ |
D | _winreg.rst | 520 .. _access-rights:
|
/external/python/cpython3/Doc/library/ |
D | winreg.rst | 549 .. _access-rights:
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | PathHeader.txt | 264 //ldml/rbnf/rulesetGrouping[@type="%A"]/ruleset[@type="%A"]/_access ; Supplemental ; RBNF ; $1-$2…
|
/external/guice/extensions/struts2/lib/ |
D | jetty-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
/external/sqlite/dist/orig/ |
D | shell.c | 151 # define access(f,m) _access((f),(m))
|
/external/sqlite/dist/ |
D | shell.c | 157 # define access(f,m) _access((f),(m))
|