Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 1149) sorted by relevance

12345678910>>...46

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
DLexer.java15 private int line; field in Lexer
991 …Token new0(@SuppressWarnings("hiding") String text, @SuppressWarnings("hiding") int line, @Suppres… in new0()
992 …Token new1(@SuppressWarnings("hiding") String text, @SuppressWarnings("hiding") int line, @Suppres… in new1()
993 …ssWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new TVar(line, pos); } in new2()
994 …sWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new TLvar(line, pos); } in new3()
995 …sWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new TEvar(line, pos); } in new4()
996 …sWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new TUvar(line, pos); } in new5()
997 …ssWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new TSet(line, pos); } in new6()
998 …essWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new TIf(line, pos); } in new7()
999 …Token new8(@SuppressWarnings("hiding") String text, @SuppressWarnings("hiding") int line, @Suppres… in new8()
[all …]
/external/chromium-trace/trace-viewer/tracing/build/
Dcss_presubmit_checker.py54 def braces_have_space_before_and_nothing_after(line): argument
57 def classes_use_dashes(line): argument
67 def close_brace_on_new_line(line): argument
71 def colons_have_space_after(line): argument
74 def favor_single_quotes(line): argument
81 def hex_could_be_shorter(line): argument
87 def milliseconds_for_small_times(line): argument
90 def no_data_uris_in_source_files(line): argument
93 def one_rule_per_line(line): argument
106 def rgb_if_not_gray(line): argument
[all …]
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c64 …char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL… in test_cil_parse_to_list() local
95 …char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL… in test_cil_parse_to_list_currnull_neg() local
126 …char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL… in test_cil_parse_to_list_listnull_neg() local
155 char *line[] = {"(", "foo1", "foo2", "(", "foo3", ")", ")", NULL}; in test_cil_set_to_list() local
181 char *line[] = {"(", "foo", "bar", ")", NULL}; in test_cil_set_to_list_cl_head_null_neg() local
196 char *line[] = {"(", "foo1", "foo2", "foo3", ")", NULL}; in test_cil_set_to_list_listnull_neg() local
207 char *line[] = {"(", "block", "a", "(", "type", "log", ")", ")", NULL}; in test_cil_gen_block() local
229 char *line[] = {"(", "block", ")", NULL}; in test_cil_gen_block_justblock_neg() local
248 char *line[] = {"(", "block", "(", "type", "log", ")", ")", NULL}; in test_cil_gen_block_noname_neg() local
267 char *line[] = {"(", "block", "foo", "(", "type", "log", ")", ")", NULL}; in test_cil_gen_block_dbnull_neg() local
[all …]
Dtest_cil_resolve_ast.c67 char *line[] = { "(", "block", "foo", in test_cil_resolve_name() local
91 char *line[] = { "(", "block", "foo", in test_cil_resolve_name_invalid_type_neg() local
130 char *line[] = {"(", "role", "foo", ")", \ in test_cil_resolve_roleallow() local
150 char *line[] = {"(", "role", "bar", ")", \ in test_cil_resolve_roleallow_srcdecl_neg() local
170 char *line[] = {"(", "role", "foo", ")", \ in test_cil_resolve_roleallow_tgtdecl_neg() local
189 char *line[] = {"(", "class", "file", "(", "open", ")", ")", in test_cil_resolve_classmapping_anon() local
209 char *line[] = {"(", "classmap", "files", "(", "read", ")", ")", in test_cil_resolve_classmapping_anon_inmacro() local
244 char *line[] = {"(", "classmap", "files", "(", "read", ")", ")", in test_cil_resolve_classmapping_anon_inmacro_neg() local
279 char *line[] = {"(", "classmap", "files", "(", "read", ")", ")", in test_cil_resolve_classmapping_named() local
299 char *line[] = {"(", "classpermissionset", "char_w", "(", "char", "(", "read", ")", ")", ")", in test_cil_resolve_classmapping_named_classmapname_neg() local
[all …]
Dtest_cil_copy_ast.c57 char *line[] = {"(", "foo1", "foo2", ")", NULL}; in test_cil_copy_list() local
79 char *line[] = {"(", "foo1", "foo2", "(", "foo3", ")", ")", NULL}; in test_cil_copy_list_sublist() local
103 char *line[] = {"(", "foo1", "foo2", "(", "foo3", ")", "foo4", ")", NULL}; in test_cil_copy_list_sublist_extra() local
129 char *line[] = {"(", "foo1", "foo2", ")", NULL}; in test_cil_copy_list_orignull_neg() local
145 char *line[] = {"(", "block", "a", "(", "type", "log", ")", ")", NULL}; in test_cil_copy_block() local
172 char *line[] = {"(", "class", "foo", "(", "read", "write", "open", ")", ")", NULL}; in test_cil_copy_perm() local
213 char *line[] = {"(", "class", "file", "(", "read", "write", "open", ")", ")", NULL}; in test_cil_copy_class() local
240 char *line[] = {"(", "common", "test", "(", "read", "write", ")", ")", NULL}; in test_cil_copy_common() local
267 char *line[] = {"(", "classcommon", "file", "file", NULL}; in test_cil_copy_classcommon() local
305 char *line[] = {"(", "sid", "test", ")", NULL}; in test_cil_copy_sid() local
[all …]
Dtest_cil_list.c49 …char *line[] = {"(", "mlsconstrain", "(", "file", "dir", ")", "(", "create", "relabelto", ")", "("… in test_cil_list_append_item() local
77 …char *line[] = {"(", "mlsconstrain", "(", "file", "dir", ")", "(", "create", "relabelto", ")", "("… in test_cil_list_append_item_append() local
113 …char *line[] = {"(", "mlsconstrain", "(", "file", "dir", "process", ")", "(", "create", "relabelto… in test_cil_list_append_item_append_extra() local
155 …char *line[] = {"(", "mlsconstrain", "(", "file", "dir", ")", "(", "create", "relabelto", ")", "("… in test_cil_list_append_item_listnull_neg() local
182 …char *line[] = {"(", "mlsconstrain", "(", "file", "dir", ")", "(", "create", "relabelto", ")", "("… in test_cil_list_append_item_itemnull_neg() local
206 …char *line[] = {"(", "mlsconstrain", "(", "file", "dir", ")", "(", "create", "relabelto", ")", "("… in test_cil_list_prepend_item() local
234 …char *line[] = {"(", "mlsconstrain", "(", "file", "dir", ")", "(", "create", "relabelto", ")", "("… in test_cil_list_prepend_item_prepend() local
263 …char *line[] = {"(", "mlsconstrain", "(", "file", "dir", "process", ")", "(", "create", "relabelto… in test_cil_list_prepend_item_prepend_neg() local
297 …char *line[] = {"(", "mlsconstrain", "(", "file", "dir", ")", "(", "create", "relabelto", ")", "("… in test_cil_list_prepend_item_listnull_neg() local
324 …char *line[] = {"(", "mlsconstrain", "(", "file", "dir", ")", "(", "create", "relabelto", ")", "("… in test_cil_list_prepend_item_itemnull_neg() local
/external/libopus/silk/
DMacroDebug.h39 static OPUS_INLINE opus_int16 silk_ADD16_(opus_int16 a, opus_int16 b, char *file, int line){ in silk_ADD16_()
55 static OPUS_INLINE opus_int32 silk_ADD32_(opus_int32 a, opus_int32 b, char *file, int line){ in silk_ADD32_()
71 static OPUS_INLINE opus_int64 silk_ADD64_(opus_int64 a, opus_int64 b, char *file, int line){ in silk_ADD64_()
87 static OPUS_INLINE opus_int16 silk_SUB16_(opus_int16 a, opus_int16 b, char *file, int line){ in silk_SUB16_()
103 static OPUS_INLINE opus_int32 silk_SUB32_(opus_int32 a, opus_int32 b, char *file, int line){ in silk_SUB32_()
119 static OPUS_INLINE opus_int64 silk_SUB64_(opus_int64 a, opus_int64 b, char *file, int line){ in silk_SUB64_()
135 static OPUS_INLINE opus_int16 silk_ADD_SAT16_( opus_int16 a16, opus_int16 b16, char *file, int line in silk_ADD_SAT16_()
150 static OPUS_INLINE opus_int32 silk_ADD_SAT32_(opus_int32 a32, opus_int32 b32, char *file, int line){ in silk_ADD_SAT32_()
167 static OPUS_INLINE opus_int64 silk_ADD_SAT64_( opus_int64 a64, opus_int64 b64, char *file, int line in silk_ADD_SAT64_()
196 static OPUS_INLINE opus_int16 silk_SUB_SAT16_( opus_int16 a16, opus_int16 b16, char *file, int line in silk_SUB_SAT16_()
[all …]
/external/libxml2/
Dbuild_glob.py19 def striplinesep(line): argument
24 def writeline(file, line=None): argument
42 line = striplinesep(line) variable
53 line = striplinesep(line) variable
67 line = striplinesep(line) variable
/external/jemalloc/test/unit/
Dprof_active.c9 mallctl_bool_get(const char *name, bool expected, const char *func, int line) in mallctl_bool_get()
23 const char *func, int line) in mallctl_bool_set()
38 int line) in mallctl_prof_active_get_impl()
48 bool prof_active_new, const char *func, int line) in mallctl_prof_active_set_impl()
59 const char *func, int line) in mallctl_thread_prof_active_get_impl()
70 bool thread_prof_active_new, const char *func, int line) in mallctl_thread_prof_active_set_impl()
80 prof_sampling_probe_impl(bool expect_sample, const char *func, int line) in prof_sampling_probe_impl()
/external/google-breakpad/src/client/linux/minidump_writer/
Dline_reader_unittest.cc62 const char *line; in TEST() local
72 const char *line; in TEST() local
88 const char *line; in TEST() local
104 const char *line; in TEST() local
126 const char *line; in TEST() local
150 const char *line; in TEST() local
166 const char *line; in TEST() local
/external/deqp/framework/common/
DtcuDefs.cpp50 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError()
64 Exception::Exception (const char* message, const char* expr, const char* file, int line) in Exception()
76 TestException::TestException (const char* message, const char* expr, const char* file, int line, qp… in TestException()
88 TestError::TestError (const char* message, const char* expr, const char* file, int line) in TestError()
98 InternalError::InternalError (const char* message, const char* expr, const char* file, int line) in InternalError()
108 ResourceError::ResourceError (const char* message, const char* expr, const char* file, int line) in ResourceError()
118 …pportedError::NotSupportedError (const char* message, const char* expr, const char* file, int line) in NotSupportedError()
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDefaultHdfParser.java43 String line; in parse() local
49 private void parseLine(String line, Data output, List<String> context, in parseLine()
78 errorHandler.error(lineReader.getLineNumber(), line, dataFileName, "Bad HDF syntax"); in parseLine() local
83 private String stripComment(String line) { in stripComment()
98 String line; in readToToken() local
120 private Split split(String line, String delimiter) { in split()
/external/llvm/lib/Support/
DValgrind.cpp63 void AnnotateHappensAfter(const char *file, int line, const volatile void *cv) { in AnnotateHappensAfter()
67 void AnnotateHappensBefore(const char *file, int line, in AnnotateHappensBefore()
70 void AnnotateIgnoreWritesBegin(const char *file, int line) {} in AnnotateIgnoreWritesBegin()
72 void AnnotateIgnoreWritesEnd(const char *file, int line) {} in AnnotateIgnoreWritesEnd()
/external/boringssl/src/crypto/
Dthread.c75 const char *file, int line)) {} in CRYPTO_set_locking_callback()
78 const char *file, int line)) {} in CRYPTO_set_add_lock_callback()
95 *dyn_create_function)(const char *file, int line)) {} in CRYPTO_set_dynlock_create_callback()
98 int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)) {} in CRYPTO_set_dynlock_lock_callback()
101 struct CRYPTO_dynlock_value *l, const char *file, int line)) {} in CRYPTO_set_dynlock_destroy_callback()
/external/compiler-rt/lib/builtins/
Dint_util.c30 void compilerrt_abort_impl(const char *file, int line, const char *function) { in compilerrt_abort_impl()
44 void compilerrt_abort_impl(const char *file, int line, const char *function) { in compilerrt_abort_impl()
57 void compilerrt_abort_impl(const char *file, int line, const char *function) { in compilerrt_abort_impl()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c39 int line = 0, vlan_id; in hostapd_config_read_vlan_file() local
125 int line = 0; in hostapd_config_read_maclist() local
218 int line = 0, ret = 0, num_methods; in hostapd_config_read_eap_user() local
659 static int hostapd_config_parse_key_mgmt(int line, const char *value) in hostapd_config_parse_key_mgmt()
732 static int hostapd_config_parse_cipher(int line, const char *value) in hostapd_config_parse_cipher()
1203 int line) in parse_roaming_consortium()
1283 int line) in parse_venue_name()
1295 int line) in parse_3gpp_cell_net()
1369 static int parse_nai_realm(struct hostapd_bss_config *bss, char *buf, int line) in parse_nai_realm()
1511 char *buf, int line) in parse_qos_map_set()
[all …]
/external/doclava/src/com/google/doclava/
DSourcePositionInfo.java22 public SourcePositionInfo(String file, int line, int column) { in SourcePositionInfo()
44 int line = that.line; in add() local
60 int line = that.line - 1; // -1 because, well, it seems to work in findBeginning() local
101 public int line; field in SourcePositionInfo
/external/deqp/framework/opengl/
DgluDefs.cpp35 Error::Error (int error, const char* message, const char* expr, const char* file, int line) in Error()
51 …OfMemoryError::OutOfMemoryError (const char* message, const char* expr, const char* file, int line) in OutOfMemoryError()
65 void checkError (const RenderContext& context, const char* msg, const char* file, int line) in checkError()
70 void checkError (deUint32 err, const char* msg, const char* file, int line) in checkError()
/external/lldb/scripts/Python/
Dmodify-python-lldb.py45 def char_to_str_xform(line): argument
406 line = line.replace('\a ', '') variable
407 line = line.replace('\b ', '') variable
411 line = line.replace(doxygen_comment_match.group(1), '', 1) variable
413 line = char_to_str_xform(line) variable
421 line = char_to_str_xform(line) variable
/external/lldb/tools/debugserver/source/
DPThreadMutex.cpp24 …eadMutex::Locker::Locker(PThreadMutex& m, const char *function, const char *file, const int line) : in Locker()
34 …eadMutex::Locker::Locker(PThreadMutex* m, const char *function, const char *file, const int line) : in Locker()
44 …x::Locker::Locker(pthread_mutex_t *mutex, const char *function, const char *file, const int line) : in Locker()
/external/libopus/celt/
Dfixed_debug.h106 static OPUS_INLINE short EXTRACT16_(int x, char *file, int line) in EXTRACT16_()
122 static OPUS_INLINE int EXTEND32_(int x, char *file, int line) in EXTEND32_()
138 static OPUS_INLINE short SHR16_(int a, int shift, char *file, int line) in SHR16_()
160 static OPUS_INLINE short SHL16_(int a, int shift, char *file, int line) in SHL16_()
204 static OPUS_INLINE int SHL32_(opus_int64 a, int shift, char *file, int line) in SHL32_()
237 static OPUS_INLINE short ADD16_(int a, int b, char *file, int line) in ADD16_()
260 static OPUS_INLINE short SUB16_(int a, int b, char *file, int line) in SUB16_()
283 static OPUS_INLINE int ADD32_(opus_int64 a, opus_int64 b, char *file, int line) in ADD32_()
306 static OPUS_INLINE int SUB32_(opus_int64 a, opus_int64 b, char *file, int line) in SUB32_()
330 static OPUS_INLINE unsigned int UADD32_(opus_uint64 a, opus_uint64 b, char *file, int line) in UADD32_()
[all …]
/external/icu/icu4c/source/layoutex/
Dplayout.cpp143 pl_closeLine(pl_line *line) in pl_closeLine()
151 pl_countLineRuns(const pl_line *line) in pl_countLineRuns()
163 pl_getLineAscent(const pl_line *line) in pl_getLineAscent()
175 pl_getLineDescent(const pl_line *line) in pl_getLineDescent()
187 pl_getLineLeading(const pl_line *line) in pl_getLineLeading()
199 pl_getLineWidth(const pl_line *line) in pl_getLineWidth()
211 pl_getLineVisualRun(const pl_line *line, le_int32 runIndex) in pl_getLineVisualRun()
/external/skia/src/pathops/
DSkDLineIntersection.cpp27 void SkIntersections::computePoints(const SkDLine& line, int used) { in computePoints()
176 static int horizontal_coincident(const SkDLine& line, double y) { in horizontal_coincident()
191 double SkIntersections::HorizontalIntercept(const SkDLine& line, double y) { in HorizontalIntercept()
195 int SkIntersections::horizontal(const SkDLine& line, double left, double right, in horizontal()
252 static int vertical_coincident(const SkDLine& line, double x) { in vertical_coincident()
267 double SkIntersections::VerticalIntercept(const SkDLine& line, double x) { in VerticalIntercept()
271 int SkIntersections::vertical(const SkDLine& line, double top, double bottom, in vertical()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.c59 int line, const char *value) in wpa_config_parse_str()
180 int line, const char *value) in wpa_config_parse_int()
239 int line, const char *value, in wpa_config_parse_addr_list()
332 struct wpa_ssid *ssid, int line, in wpa_config_parse_bssid()
377 struct wpa_ssid *ssid, int line, in wpa_config_parse_bssid_blacklist()
399 struct wpa_ssid *ssid, int line, in wpa_config_parse_bssid_whitelist()
421 struct wpa_ssid *ssid, int line, in wpa_config_parse_psk()
525 struct wpa_ssid *ssid, int line, in wpa_config_parse_proto()
624 struct wpa_ssid *ssid, int line, in wpa_config_parse_key_mgmt()
899 static int wpa_config_parse_cipher(int line, const char *value) in wpa_config_parse_cipher()
[all …]
/external/proguard/src/proguard/obfuscate/
DMappingReader.java59 String line = reader.readLine(); in pump() local
107 private String processClassMapping(String line, in processClassMapping()
141 String line, in processClassMemberMapping()

12345678910>>...46