OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:translating
(Results
1 - 5
of
5
) sorted by null
/external/arm-optimized-routines/test/rtest/
main.c
136
void dofile(FILE *fp, int
translating
) {
158
/* Comment or blank line. Only print if `
translating
' is set. */
159
if (
translating
)
249
* right.) If
translating
==2 (corresponding to the -T
253
if (got_result &&
translating
< 2) {
271
int errs = 0, opts = 1, files = 0,
translating
= 0;
local
286
translating
= 1;
288
translating
= 2;
311
dofile(fp,
translating
);
325
dofile(stdin,
translating
);
[
all
...]
/external/selinux/libselinux/src/
label.c
150
int
translating
)
159
if (
translating
&& !lr->ctx_trans &&
167
selabel_lookup_common(struct selabel_handle *rec, int
translating
,
181
if (selabel_fini(rec, lr,
translating
))
188
selabel_lookup_bm_common(struct selabel_handle *rec, int
translating
,
202
if (selabel_fini(rec, lr,
translating
))
/external/libchrome/mojo/public/js/lib/
unicode.js
6
* Defines functions for
translating
between JavaScript strings and UTF8 strings
/external/bcc/src/lua/bpf/
elf.lua
143
/* Get data from section while
translating
from file representation
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs
228
// Building descriptors involves two steps:
translating
and linking.
Completed in 416 milliseconds